[INFO] cloning repository https://github.com/jboero/vdsm-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jboero/vdsm-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjboero%2Fvdsm-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjboero%2Fvdsm-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 581215ec5111e5f8efbc065bf87496dc4dd17699
[INFO] fixing jboero/vdsm-rs against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjboero%2Fvdsm-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jboero/vdsm-rs
[INFO] finished tweaking git repo https://github.com/jboero/vdsm-rs
[INFO] tweaked toml for git repo https://github.com/jboero/vdsm-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jboero/vdsm-rs on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jboero/vdsm-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d
[INFO] running `Command { std: "docker" "start" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/vdsm-common/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-schema/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-rpc/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-virt/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-host/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-storage/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-network/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsmd/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/supervdsm/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-tool/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-client/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]    Compiling yaml-rust2 v0.11.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling vdsm-schema v4.5.7 (/opt/rustwide/workdir/crates/vdsm-schema)
[INFO] [stderr]    Migrating crates/vdsm-schema/build.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/vdsm-schema/build.rs (1 fix)
[INFO] [stderr] warning: vdsm-schema@4.5.7: vdsm-schema: emitted 372 types, 205 verbs
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Migrating crates/vdsm-schema/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking vdsm-common v4.5.7 (/opt/rustwide/workdir/crates/vdsm-common)
[INFO] [stderr]    Migrating crates/vdsm-common/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking vdsm-rpc v4.5.7 (/opt/rustwide/workdir/crates/vdsm-rpc)
[INFO] [stderr]     Checking vdsm-network v4.5.7 (/opt/rustwide/workdir/crates/vdsm-network)
[INFO] [stderr]     Checking vdsm-client v4.5.7 (/opt/rustwide/workdir/crates/vdsm-client)
[INFO] [stderr]     Checking vdsm-tool v4.5.7 (/opt/rustwide/workdir/crates/vdsm-tool)
[INFO] [stderr]     Checking supervdsm v4.5.7 (/opt/rustwide/workdir/crates/supervdsm)
[INFO] [stderr]    Migrating crates/supervdsm/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-tool/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/supervdsm/src/main.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |           match listener.accept().await {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                 |                 |
[INFO] [stdout]     |                 |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                 |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                 |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |               Ok((stream, _)) => {
[INFO] [stdout]  84 | /                 tokio::spawn(async move {
[INFO] [stdout]  85 | |                     if let Err(e) = handle(stream, allowed_uid).await {
[INFO] [stdout]  86 | |                         warn!(error = %e, "connection handler error");
[INFO] [stdout]  87 | |                     }
[INFO] [stdout]  88 | |                 });
[INFO] [stdout]     | |                  -
[INFO] [stdout]     | |                  |
[INFO] [stdout]     | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/io/poll_evented.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/io/poll_evented.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/vdsm-rpc/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/vdsm-tool/src/main.rs (1 fix)
[INFO] [stderr]    Migrating crates/vdsm-client/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Checking vdsm-virt v4.5.7 (/opt/rustwide/workdir/crates/vdsm-virt)
[INFO] [stderr]     Checking vdsm-storage v4.5.7 (/opt/rustwide/workdir/crates/vdsm-storage)
[INFO] [stderr]    Migrating crates/vdsm-network/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/supervdsm/src/main.rs:82:15
[INFO] [stdout]     |
[INFO] [stdout]  82 |           match listener.accept().await {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                 |                 |
[INFO] [stdout]     |                 |                 this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                 |                 up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                 |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                 |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                 up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                 `__awaitee` calls a custom destructor
[INFO] [stdout]     |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  83 |               Ok((stream, _)) => {
[INFO] [stdout]  84 | /                 tokio::spawn(async move {
[INFO] [stdout]  85 | |                     if let Err(e) = handle(stream, allowed_uid).await {
[INFO] [stdout]  86 | |                         warn!(error = %e, "connection handler error");
[INFO] [stdout]  87 | |                     }
[INFO] [stdout]  88 | |                 });
[INFO] [stdout]     | |                  -
[INFO] [stdout]     | |                  |
[INFO] [stdout]     | |__________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  94 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/io/poll_evented.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/io/poll_evented.rs:312:1
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl<E: Source> Drop for PollEvented<E> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/vdsm-virt/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-storage/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking vdsm-host v4.5.7 (/opt/rustwide/workdir/crates/vdsm-host)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/vdsm-storage/src/sd_backend.rs:51:31
[INFO] [stdout]    |
[INFO] [stdout] 51 |     while let Ok(Some(ent)) = entries.next_entry().await {
[INFO] [stdout]    |                       ---     ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                       |       |                    |
[INFO] [stdout]    |                       |       |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                       |       |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                       |       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       |       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                       |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                       |       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                       |       `__awaitee` calls a custom destructor
[INFO] [stdout]    |                       |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]    |                       `ent` calls a custom destructor
[INFO] [stdout]    |                       `ent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 56 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `ent` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/vdsm-storage/src/volumes.rs:354:43
[INFO] [stdout]     |
[INFO] [stdout] 354 |                   while let Ok(Some(ent)) = rd.next_entry().await {
[INFO] [stdout]     |                                     ---     ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |       |               |
[INFO] [stdout]     |                                     |       |               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                     |       |               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     |       |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     |       |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     |       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                     |       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     `ent` calls a custom destructor
[INFO] [stdout]     |                                     `ent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 357 |                           let _ = run(PrivOp::Lvremove {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 358 | |                             vg: vg_name.clone(), lv: vol.to_string(),
[INFO] [stdout] 359 | |                         }).await;
[INFO] [stdout]     | |                                -
[INFO] [stdout]     | |                                |
[INFO] [stdout]     | |________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 360 |                       }
[INFO] [stdout] 361 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `ent` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> crates/vdsm-storage/src/sd_backend.rs:51:31
[INFO] [stdout]    |
[INFO] [stdout] 51 |     while let Ok(Some(ent)) = entries.next_entry().await {
[INFO] [stdout]    |                       ---     ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                       |       |                    |
[INFO] [stdout]    |                       |       |                    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                       |       |                    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                       |       |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                       |       |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                       |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                       |       up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                       |       `__awaitee` calls a custom destructor
[INFO] [stdout]    |                       |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]    |                       `ent` calls a custom destructor
[INFO] [stdout]    |                       `ent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 56 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `ent` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> crates/vdsm-storage/src/volumes.rs:354:43
[INFO] [stdout]     |
[INFO] [stdout] 354 |                   while let Ok(Some(ent)) = rd.next_entry().await {
[INFO] [stdout]     |                                     ---     ^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                     |       |               |
[INFO] [stdout]     |                                     |       |               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                     |       |               up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     |       |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                     |       |               `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     |       this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                     |       up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                     |       `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                     |       `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                     `ent` calls a custom destructor
[INFO] [stdout]     |                                     `ent` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 357 |                           let _ = run(PrivOp::Lvremove {
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 358 | |                             vg: vg_name.clone(), lv: vol.to_string(),
[INFO] [stdout] 359 | |                         }).await;
[INFO] [stdout]     | |                                -
[INFO] [stdout]     | |                                |
[INFO] [stdout]     | |________________________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                  `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 360 |                       }
[INFO] [stdout] 361 |                   }
[INFO] [stdout]     |                   - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `ent` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating crates/vdsm-host/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsm-virt/examples/vm-test-destroy.rs from 2021 edition to 2024
[INFO] [stderr]     Checking vdsmd v4.5.7 (/opt/rustwide/workdir/crates/vdsmd)
[INFO] [stderr]    Migrating crates/vdsm-virt/examples/vm-test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/vdsmd/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] [stderr] crater-edition-check: vdsm-common v4.5.7 (/opt/rustwide/workdir/crates/vdsm-common) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-schema v4.5.7 (/opt/rustwide/workdir/crates/vdsm-schema) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-rpc v4.5.7 (/opt/rustwide/workdir/crates/vdsm-rpc) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-virt v4.5.7 (/opt/rustwide/workdir/crates/vdsm-virt) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-host v4.5.7 (/opt/rustwide/workdir/crates/vdsm-host) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-storage v4.5.7 (/opt/rustwide/workdir/crates/vdsm-storage) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-network v4.5.7 (/opt/rustwide/workdir/crates/vdsm-network) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsmd v4.5.7 (/opt/rustwide/workdir/crates/vdsmd) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: supervdsm v4.5.7 (/opt/rustwide/workdir/crates/supervdsm) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-tool v4.5.7 (/opt/rustwide/workdir/crates/vdsm-tool) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: vdsm-client v4.5.7 (/opt/rustwide/workdir/crates/vdsm-client) updating edition from 2021 to 2024
[INFO] [stderr]     Checking vdsm-common v4.5.7 (/opt/rustwide/workdir/crates/vdsm-common)
[INFO] [stderr]    Compiling vdsm-schema v4.5.7 (/opt/rustwide/workdir/crates/vdsm-schema)
[INFO] [stderr]     Checking vdsm-network v4.5.7 (/opt/rustwide/workdir/crates/vdsm-network)
[INFO] [stderr]     Checking vdsm-client v4.5.7 (/opt/rustwide/workdir/crates/vdsm-client)
[INFO] [stderr]     Checking vdsm-tool v4.5.7 (/opt/rustwide/workdir/crates/vdsm-tool)
[INFO] [stderr]     Checking supervdsm v4.5.7 (/opt/rustwide/workdir/crates/supervdsm)
[INFO] [stderr] warning: vdsm-schema@4.5.7: vdsm-schema: emitted 372 types, 205 verbs
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8063:9
[INFO] [stdout]      |
[INFO] [stdout] 8045 | pub struct LeaseDump {
[INFO] [stdout]      |            --------- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 8063 |     pub gen: Option<u32>,
[INFO] [stdout]      |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub r#gen: Option<u32>,
[INFO] [stdout]      |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8063:9
[INFO] [stdout]      |
[INFO] [stdout] 8045 | pub struct LeaseDump {
[INFO] [stdout]      |            --------- while parsing this struct
[INFO] [stdout] ...
[INFO] [stdout] 8063 |     pub gen: Option<u32>,
[INFO] [stdout]      |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub r#gen: Option<u32>,
[INFO] [stdout]      |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8063:9
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub gen: Option<u32>,
[INFO] [stdout]      |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub r#gen: Option<u32>,
[INFO] [stdout]      |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8044:33
[INFO] [stdout]      |
[INFO] [stdout] 8044 | #[derive(Debug, Clone, Default, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8044:51
[INFO] [stdout]      |
[INFO] [stdout] 8044 | #[derive(Debug, Clone, Default, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8063:9
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub gen: Option<u32>,
[INFO] [stdout]      |         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 8063 |     pub r#gen: Option<u32>,
[INFO] [stdout]      |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8044:33
[INFO] [stdout]      |
[INFO] [stdout] 8044 | #[derive(Debug, Clone, Default, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive produced unparsable tokens
[INFO] [stdout]     --> /opt/rustwide/target/debug/build/vdsm-schema-c526b44ef8f869ab/out/generated.rs:8044:51
[INFO] [stdout]      |
[INFO] [stdout] 8044 | #[derive(Debug, Clone, Default, serde::Serialize, serde::Deserialize)]
[INFO] [stdout]      |                                                   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: vdsm-schema@4.5.7: vdsm-schema: emitted 372 types, 205 verbs
[INFO] [stderr] error: could not compile `vdsm-schema` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: vdsm-schema@4.5.7: vdsm-schema: emitted 372 types, 205 verbs
[INFO] [stderr] error: could not compile `vdsm-schema` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d", kill_on_drop: false }`
[INFO] [stdout] 5461ea6cf8ebf50f7b10d527d3ac1b2c98573eedbc115cc20c42cc8cb2eba85d
